From 4c60bf62329b47f43ed22fb5f2d626c302002a11 Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Fri, 10 Mar 2006 11:47:24 +0100 Subject: [PATCH] Minor fix to error message. Signed-off-by: Ewan Mellor --- tools/xm-test/tests/list/06_list_nonroot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xm-test/tests/list/06_list_nonroot.py b/tools/xm-test/tests/list/06_list_nonroot.py index c10ac56da8..db81d2f89e 100644 --- a/tools/xm-test/tests/list/06_list_nonroot.py +++ b/tools/xm-test/tests/list/06_list_nonroot.py @@ -12,4 +12,4 @@ status, output = traceCommand("xm list") eyecatcher = "Error: Most commands need root access" where = output.find(eyecatcher) if where == -1: - FAIL("xm help: didn't see the root hint, saw %s" % output) + FAIL("xm list: didn't see the root hint, saw %s" % output) -- 2.30.2